home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python151_Src.lha / Python1.5_Source / Modules / protos / pwdmodule_protos.h < prev    next >
Text File  |  1998-01-21  |  267b  |  7 lines

  1.  
  2. /* pwdmodule.c */
  3. static PyObject *mkpwent ( struct passwd *p );
  4. static PyObject *pwd_getpwuid ( PyObject *self , PyObject *args );
  5. static PyObject *pwd_getpwnam ( PyObject *self , PyObject *args );
  6. static PyObject *pwd_getpwall ( PyObject *self , PyObject *args );
  7.